.w1600 {
  width: 16rem;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}

@media (max-width: 1620px) {
  .w1600 {
    width: 94%;
  }
}

.w1800 {
  width: 18rem;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}

@media (max-width: 1820px) {
  .w1800 {
    width: 94%;
  }
}

.w1400 {
  width: 14rem;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}

@media (max-width: 1420px) {
  .w1400 {
    width: 94%;
  }
}

.w1280 {
  width: 12.8rem;
  margin: 0 auto;
  position: relative;
  font-size: 0;
  /* overflow: hidden; */
}

@media (max-width: 1300px) {
  .w1280 {
    width: 94%;
  }
}

header {
  width: 100%;
  position: fixed;
  z-index: 101;
  left: 0;
  right: 0;
  top: 0;
  background: #333;
}

header .logo {
  display: inline-block;
  vertical-align: middle;
  width: 2.1rem;
}

header .logo a, header .logo img {
  width: 100%;
  display: block;
}

header nav {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: calc(100% - 3.33rem  - 2.11rem);
  font-size: 0;
  padding-left: 0.2rem;
}

header nav .natem {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

header nav .natem .nas {
  width: auto;
  display: inline-block;
}

header nav .natem .nas a {
  display: inline-block;
  line-height: 2.2;
  color: #bfbfbf;
  padding: 0 0.2rem;
  position: relative;
  margin: 0 0.2rem;
}

header nav .natem .nas a:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #3057b5;
  display: none;
}

header nav .natem .navul {
  width: 1.6rem;
  width: 100%;
  position: fixed;
  z-index: 101;
  left: 50%;
  top: 100%;
  top: 0.6rem;
  transform: translateX(-50%);
  background: rgba(68, 68, 68, 0.7);
  display: none;
  padding: 0.2rem 0;
}

header nav .natem .navul ul {
  width: 100%;
}

header nav .natem .navul ul li {
  width: 100%;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

header nav .natem .navul ul li .ns {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  line-height: 3;
  color: #fff;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 0.2rem;
  transition: all ease 0.3s;
  opacity: 0.7;
}

header nav .natem .navul ul li .ns span {
  display: inline-block;
  vertical-align: middle;
  width: 0.3rem;
  height: 0.3rem;
  position: relative;
  top: -0.02rem;
  margin-right: 0.1rem;
}

header nav .natem .navul ul li .ns span img {
  width: 100%;
  display: block;
}

header nav .natem .navul ul li .theul {
  position: absolute;
  left: 101%;
  top: 0;
  width: 100%;
  display: none;
}

header nav .natem .navul ul li .theul li {
  width: 100%;
  margin-top: 1px;
}

header nav .natem .navul ul li .theul li a {
  width: 100%;
  display: block;
  line-height: 3;
  color: #fff;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 0.1rem;
  opacity: 0.7;
  transition: all ease 0.3s;
}

header nav .natem .navul ul li .theul li a:hover {
  color: #fff;
  opacity: 1;
}

header nav .natem .navul ul li:hover a {
  color: #fff;
  opacity: 1;
}

header nav .natem.on .nas a {
  color: #fff;
  opacity: 1;
}

header nav .natem.on .nas a:after {
  display: block;
}

header .mid {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: 1rem;
  width: 3.2rem;
}

header .mid .menu {
  display: inline-block;
  vertical-align: middle;
  width: 0.6rem;
  height: 0.6rem;
  display: none;
  margin: 0 0.15rem;
}

header .mid .menu img {
  width: 100%;
  height: 100%;
  display: block;
}

header .mid .icon {
  display: inline-block;
  vertical-align: middle;
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
  position: relative;
  background-color: #0c2665;
}

header .mid .icon img {
  width: 0.21rem;
  height: 0.2rem;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

header .mid .gams {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-right: 0.2rem;
}

header .mid .gams a {
  width: 100%;
  display: block;
}

header .mid .gams .lan, header .mid .gams .ean {
  color: #fff;
  line-height: 1.2;
}

header .search {
  width: 100%;
  position: fixed;
  z-index: 100;
  height: 100%;
  top: 0;
  left: 0;
  left: -10000%;
  font-size: 0;
  text-align: right;
  cursor: pointer;
  display: block;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.7);
}

header .search .sear {
  width: 500px;
  max-width: 94%;
  font-size: 0;
  padding: 0.2rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 1000%;
  z-index: 111;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

header .search .sear form {
  width: 100%;
  font-size: 0;
  margin: 0 auto;
  opacity: 0;
  transform: translate3d(0, 25%, 0);
  transition: opacity 1s ease-out 0.2s,transform 1s ease-out 0.2s,box-shadow .3s;
}

header .search .sear form.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

header .search .sear .input {
  width: calc(100% - 92px);
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  background: #f6f6f6;
  width: 100%;
}

header .search .sear .input input {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  background: #f6f6f6;
  color: #666666;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 3.5;
  height: 3.5em;
  padding: 0 0.2rem;
  border: none;
}

header .search .sear .submxt {
  width: 90px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  display: none;
}

header .search .sear .submxt input {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  background: #0c2665;
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 3.5;
  border: none;
  text-align: center;
  cursor: pointer;
}

header .search .sear .cloxe {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 0.3rem;
  height: 0.3rem;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: all ease 0.3s;
}

header .search .sear .cloxe img {
  width: 100%;
  display: block;
}

header .search .sear .cloxe:hover {
  transform: translateX(-50%) rotate(180deg);
}

header .search.hide {
  display: block;
  left: 0;
  z-index: 100;
}

header .languages {
  width: 2.2rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  text-align: center;
  display: none;
}

header .languages .lauges {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

header .languages .lauges .lashow {
  width: 100%;
  color: #bfbfbf;
  line-height: 2;
  position: relative;
  cursor: pointer;
  padding: 0 0.1rem;
}

header .languages .lauges .lashow:after {
  content: " ";
  position: absolute;
  z-index: 3;
  right: 0.05rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 0.06rem;
  height: 0.11rem;
  background-image: url("../images/r.png");
  background-position: center;
  background-size: 100% 100%;
}

header .languages .lauges .language {
  position: absolute;
  z-index: 10;
  top: 100%;
  width: 100%;
  display: none;
  box-shadow: 0px 0px 13px 0px rgba(203, 203, 203, 0.25);
}

header .languages .lauges .language .latem {
  width: 100%;
}

header .languages .lauges .language .latem a {
  width: 100%;
  display: block;
  padding: 0 0.2rem;
  line-height: 2;
  background: #fff;
  color: #0c2665;
}

header .languages .lauges .language .latem:hover a {
  color: #fff;
  background: #0c2665;
}

header .languages .gams {
  width: 100%;
}

header .languages .gams a {
  width: 100%;
  display: block;
}

header .languages .gams .lan, header .languages .gams .ean {
  color: #fff;
  line-height: 1.2;
}

header .black {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 140;
  cursor: pointer;
}

@media (max-width: 1230px) {
  header nav {
    width: calc(100% - 3.36rem - 2.2rem);
  }
  header nav .natem .nas a {
    padding: 0 0.1rem;
    margin: 0 0.1rem;
  }
}

@media (max-width: 990px) {
  header {
    z-index: 102;
  }
  header nav {
    width: 60%;
    width: 5rem;
    position: fixed;
    max-width: 90%;
    right: 0;
    top: 0;
    height: 100vh;
    background-color: #fff;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: auto;
    z-index: 500;
    transform: translate(100%, 0);
    transition: transform .3s;
  }
  header nav .natem {
    width: 100%;
    position: relative;
    margin: 0;
    text-align: left;
    padding: 0 0.2rem;
  }
  header nav .natem .nas a {
    color: #333;
    line-height: 3.5;
  }
  header nav .natem .navul {
    width: 100%;
    position: relative;
    background: #fff;
    box-shadow: none;
    top: 0;
    left: 0;
    transform: translateX(0);
  }
  header nav .natem .navul ul li {
    width: 100%;
  }
  header nav .natem .navul ul li .ns {
    color: #333;
    padding: 0 0.3rem;
    text-align: left;
    background: #fff;
  }
  header nav .natem.on:after {
    display: none;
  }
  header nav .natem.on .nas a {
    color: #0c2665;
    background-color: #fff;
  }
  header nav .natem.has-nav:after {
    content: "+";
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    background: none;
    right: 0;
    left: auto;
    transform: translateX(0);
    top: 0.1rem;
    font-size: 20px;
    color: #333;
  }
  header nav .natem.has-nav.show:after {
    content: "-";
  }
  header .mid {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: calc(100% - 2.52rem);
    font-size: 0;
  }
  header .mid .menu {
    display: inline-block;
  }
  header .logo {
    width: 2.4rem;
  }
  header .logo a, header .logo img {
    height: 100%;
  }
  header.menu-state nav {
    transform: translate(0, 0);
  }
  header.menu-state .black {
    display: block;
  }
}

.banner {
  width: 100%;
  position: relative;
  z-index: 10;
}

.banner .swiper-slide {
  width: 100%;
  padding-top: 41%;
  display: block;
  position: relative;
  background-color: #000;
}

.banner .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.banner .swiper-slide .videos, .banner .swiper-slide video {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: #000;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.2rem;
}

.banner .swiper-pagination {
  bottom: 0.3rem;
}

.banner .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  opacity: 1;
  background-color: white;
  margin: 0 0.2rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  border-radius: 50%;
  box-sizing: border-box;
}

.banner .swiper-pagination-bullet-active {
  width: 0.3rem;
  height: 0.3rem;
  text-align: center;
  background-color: transparent;
  background-image: url("../images/p3.png");
  background-position: center;
  background-size: 100% 100%;
}

.nanper {
  width: 100%;
}

.nanper .swiper-slide {
  width: 100%;
}

.nanper .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
}

.nanper .swiper-slide .img {
  width: 100%;
  padding-top: 41%;
}

.nanper .swiper-pagination {
  width: auto;
  left: auto;
  right: 5%;
  bottom: 0.3rem;
}

.nanper .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  margin: 0 0.1rem;
}

.nanper .swiper-pagination-bullet-active {
  width: 0.14rem;
  height: 0.14rem;
}

.nanper .btn {
  position: absolute;
  z-index: 3;
  width: 0.32rem;
  height: 0.32rem;
  cursor: pointer;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
  transition: all ease 0.3s;
}

.nanper .btn img {
  width: 100%;
  height: 100%;
  display: block;
}

.nanper .btn img:first-child {
  display: block;
}

.nanper .btn img:last-child {
  display: none;
}

.nanper .btn:hover img:first-child {
  display: none;
}

.nanper .btn:hover img:last-child {
  display: block;
}

.nanper .bl {
  left: 5%;
}

.nanper .br {
  right: 5%;
}

.classify {
  width: 100%;
  padding: 0.2rem 0;
  background-color: #f6f6f6;
}

.classify .clasm {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.classify .clasm .clas {
  display: inline-block;
  vertical-align: top;
  width: calc((230 / 1400) * 100%);
  text-align: center;
  padding: 0.2rem 0;
}

.classify .clasm .clas a {
  width: 100%;
  display: block;
}

.classify .clasm .clas .icon {
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  margin: 0 auto 0.1rem;
}

.classify .clasm .clas .icon img {
  width: 100%;
  display: block;
}

.classify .clasm .clas .icon img:first-child {
  display: block;
}

.classify .clasm .clas .icon img:last-child {
  display: none;
}

.classify .clasm .clas .cx {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 1.5;
}

.classify .clasm .clas.on .icon img:first-child, .classify .clasm .clas:hover .icon img:first-child {
  display: none;
}

.classify .clasm .clas.on .icon img:last-child, .classify .clasm .clas:hover .icon img:last-child {
  display: block;
}

.classify .clasm .clas.on .cx, .classify .clasm .clas:hover .cx {
  color: #0c2665;
}

.proms {
  width: 100%;
  padding: 0.1rem 0;
  background-color: #fff;
  font-size: 0;
}

.proms .pol {
  display: inline-block;
  vertical-align: middle;
  width: calc((1275 / 1920) * 100%);
  position: relative;
  margin-right: calc((12 / 1920) * 100%);
}

.proms .pol a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.proms .pol .img {
  width: 100%;
  padding-top: 56%;
  transition: all ease 0.3s;
}

.proms .pol a:hover .img {
  transform: scale(1.1);
}

.proms .por {
  display: inline-block;
  vertical-align: middle;
  width: calc((632 / 1920) * 100%);
  position: relative;
}

.proms .por .porlm {
  width: 100%;
}

.proms .por .porlm a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.proms .por .porlm .img {
  width: 100%;
  padding-top: 55.5%;
  transition: all ease 0.3s;
}

.proms .por .porlm:hover .img {
  transform: scale(1.1);
}

.proms .por .porlm + .porlm {
  margin-top: calc((30 / 1920) * 100%);
}

.comnew {
  width: 100%;
  background-color: #f6f6f6;
  padding: 0.3rem 0 0.3rem;
}

.comnew .cit {
  width: 100%;
  text-align: center;
  color: #0c2665;
  line-height: 1.5;
  margin-bottom: 0.3rem;
}

.comnew .comper {
  width: 100%;
}

.comnew .comper .swiper-container {
  padding-bottom: 0.4rem;
}

.comnew .comper .swiper-scrollbar {
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.1rem;
}

.comnew .comper .swiper-slide {
  width: 100%;
}

.comnew .comper .swiper-slide a {
  width: 100%;
  display: block;
}

.comnew .comper .swiper-slide .imgs {
  width: 100%;
  overflow: hidden;
  display: block;
}

.comnew .comper .swiper-slide .imgs .img {
  width: 100%;
  padding-top: 56%;
  transition: all ease 0.3s;
}

.comnew .comper .swiper-slide .com {
  width: 100%;
  padding: 0.3rem;
  background-color: #fff;
}

.comnew .comper .swiper-slide .com .cix {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.comnew .comper .swiper-slide .com .cid {
  width: 100%;
  line-height: 1.5;
  color: #999;
  margin: 0.1rem 0 0.2rem;
}

.comnew .comper .swiper-slide .com .more {
  width: 100%;
  font-size: 0;
}

.comnew .comper .swiper-slide .com .more span {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  line-height: 1.5;
}

.comnew .comper .swiper-slide .com .more span i {
  display: inline-block;
  vertical-align: middle;
  width: 0.06rem;
  height: 0.11rem;
  width: 6px;
  height: 11px;
  margin-left: 0.1rem;
  position: relative;
  top: -0.02rem;
}

.comnew .comper .swiper-slide .com .more span i img {
  width: 100%;
  display: block;
}

.comnew .comper .swiper-slide:hover .imgs .img {
  transform: scale(1.1);
}

.comnew .comper .swiper-slide:hover .com .cix {
  color: #0c2665;
}

footer {
  width: 100%;
  background-color: #1c1c1c;
}

footer .fbot {
  width: 100%;
  padding: 0.2rem 0;
  border-top: solid 1px #393939;
}

footer .fbot .fot {
  width: 100%;
}

footer .fbot .fot .fx {
  width: 100%;
  text-align: center;
  color: #bbb;
  line-height: 1.5;
}

footer .ftop {
  width: 100%;
  padding: 0.5rem 0 0.7rem;
}

footer .ftop .fop {
  width: 100%;
}

footer .ftop .ftl {
  width: calc((800 / 1600) * 100%);
  display: inline-block;
  vertical-align: top;
}

footer .ftop .ftl .flist {
  width: calc((160 / 800) * 100%);
  display: inline-block;
  vertical-align: top;
  padding-right: 0.12rem;
  text-align: left;
}

footer .ftop .ftl .flist .ftip {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.3rem;
}

footer .ftop .ftl .flist .fuls {
  width: 100%;
}

footer .ftop .ftl .flist .fuls a {
  width: 100%;
  display: block;
  color: #bbb;
  line-height: 2;
  margin-bottom: 0.04rem;
}

footer .ftop .ftl .flist .fuls a:hover {
  color: #fff;
}

footer .ftop .ftm {
  width: calc((376 / 1600) * 100%);
  display: inline-block;
  vertical-align: top;
}

footer .ftop .ftm .ftip {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.3rem;
}

footer .ftop .ftm .fm {
  width: 100%;
  color: #bbb;
  line-height: 2;
  margin-bottom: 0.04rem;
}

footer .ftop .ftm .fxame {
  width: 100%;
  font-size: 0;
  margin-top: 0.2rem;
}

footer .ftop .ftm .fxame .fas {
  display: inline-block;
  vertical-align: top;
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.2rem;
  position: relative;
}

footer .ftop .ftm .fxame .fas a {
  width: 100%;
  display: block;
}

footer .ftop .ftm .fxame .fas img {
  width: 100%;
  display: block;
}

footer .ftop .ftm .fxame .fas .codm {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  bottom: 120%;
  display: none;
}

footer .ftop .ftm .fxame .fas .numb {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 120%;
  display: none;
  width: auto;
  padding: 0 0.2rem;
  line-height: 2.5;
  color: #3057b5;
  background-color: #fff;
}

footer .ftop .ftm .fxame .fas:hover .codm {
  display: block;
}

footer .ftop .ftm .fxame .fas:hover .numb {
  display: block;
}

footer .ftop .ftr {
  width: calc((420 / 1600) * 100%);
  display: inline-block;
  vertical-align: top;
}

footer .ftop .ftr .ftip {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.3rem;
}

footer .ftop .ftr .fule {
  width: 100%;
  font-size: 0;
}

footer .ftop .ftr .fule .fus {
  display: inline-block;
  vertical-align: top;
  width: calc((200 / 420) * 100%);
  margin-right: calc((19 / 420 ) * 100%);
  margin-bottom: 0.2rem;
}

footer .ftop .ftr .fule .fus a {
  width: 100%;
  border: solid 1px #fff;
  display: block;
  padding: 0.06rem 0.2rem;
  color: #fff;
  border-radius: 0.28rem;
  transition: all ease 0.3s;
  opacity: 0.6;
  max-width: 180px;
}

footer .ftop .ftr .fule .fus a span {
  display: inline-block;
  vertical-align: middle;
  width: 0.46rem;
  height: 0.46rem;
  margin-right: 0.14rem;
}

footer .ftop .ftr .fule .fus a span img {
  width: 100%;
  display: block;
}

footer .ftop .ftr .fule .fus a:hover {
  opacity: 1;
}

footer .ftop .ftr .fule .fus:nth-child(2n) {
  margin-right: 0;
}

@media (max-width: 800px) {
  footer .ftop .ftl {
    width: 100%;
  }
  footer .ftop .ftl .flist {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  footer .ftop .ftl .flist .ftip {
    margin-bottom: 0.16rem;
  }
  footer .ftop .ftl .flist .fuls a {
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0.1rem;
    margin-right: 0.3rem;
  }
  footer .ftop .ftm {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  footer .ftop .ftm .fxame .fas {
    width: 0.5rem;
    height: 0.5rem;
  }
  footer .ftop .ftr {
    width: 100%;
  }
  footer .ftop .ftr .fule {
    width: 100%;
  }
  footer .ftop .ftr .fule .fus a {
    text-align: center;
  }
  footer .ftop .ftr .fule .fus a span {
    width: 0.6rem;
    height: 0.6rem;
  }
}

.bottom {
  width: 100%;
  background-color: #3d5184;
  position: relative;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all ease 0.6s;
  padding: 0.2rem 0;
}

.bottom .close {
  position: absolute;
  right: 3%;
  top: 0.2rem;
  width: 0.35rem;
  height: 0.35rem;
  display: block;
  cursor: pointer;
}

.bottom .close img {
  width: 100%;
  display: block;
}

.bottom .bom {
  width: 100%;
  font-size: 0;
  position: relative;
}

.bottom .bol {
  width: calc((184 / 1600) * 100%);
  display: inline-block;
  vertical-align: middle;
  margin-right: calc((14 / 1600) * 100%);
}

.bottom .bol .img {
  width: 100%;
}

.bottom .bol .img img {
  width: 100%;
  display: block;
}

.bottom .bms {
  width: calc((400 / 1600) * 100%);
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.5rem;
  text-align: center;
}

.bottom .bms .mt {
  width: 100%;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0rem;
}

.bottom .bms .mx {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.bottom .bor {
  width: calc((1000 / 1600) * 100%);
  display: inline-block;
  vertical-align: middle;
}

.bottom .bor .tip {
  width: 100%;
  margin-bottom: 0.1rem;
  color: #fff;
  line-height: 1.5;
}

.bottom .bor .tip .ic {
  display: inline-block;
  vertical-align: middle;
  width: 0.21rem;
  height: 0.21rem;
  margin-right: 0.14rem;
}

.bottom .bor .tip .ic img {
  width: 100%;
  display: block;
}

.bottom .bor .inputs {
  width: 100%;
  font-size: 0;
}

.bottom .bor .inputs .pt {
  width: 16.66%;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.2rem;
  color: #000;
  line-height: 3;
  height: 3em;
  background-color: #fff;
  border: solid 1px #eee;
}
.bottom .bor .inputs .sms {
  width: 16.66%;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.2rem;
  color: #000;
  line-height: 3;
  height: 3em;
  background-color: #fff;
  border: solid 1px #eee;
}


.bottom .bor .inputs .sm {
  width: 16%;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.2rem;
  color: #fff;
  background-color: #ff6d50;
  line-height: 3;
  height: 3em;
  border: none;
  cursor: pointer;
}

.bottom.hide {
  bottom: -100%;
  display: none;
}

@media (max-width: 800px) {
  .bottom .bol {
    width: 30%;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
  .bottom .bol .img {
    max-width: 1.84rem;
    display: block;
    margin: 0 auto;
  }
  .bottom .bms {
    width: 70%;
    margin-bottom: 0.2rem;
  }
  .bottom .bor {
    width: 100%;
  }
  .bottom .bor .inputs .pt {
    width: 100%;
    margin-bottom: 0.1rem;
  }
  .bottom .bor .inputs .sms {
    width: 100%;
    margin-bottom: 0.1rem;
  }
  .bottom .bor .inputs .sm {
    width: auto;
  }
}

.navbar {
  width: 100%;
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  background-color: transparent;
}

.navbar .nbv {
  width: 100%;
  font-size: 0;
  position: relative;
}

.navbar .nbv .nal {
  width: 100%;
  font-size: 0;
}

.navbar .nbv .home {
  display: inline-block;
  vertical-align: middle;
  width: 0.22rem;
  height: 0.22rem;
  margin-right: 0.1rem;
  position: relative;
  top: -0.02rem;
}

.navbar .nbv .home img {
  width: 100%;
  display: block;
}

.navbar .nbv .home img:first-child {
  display: none;
}

.navbar .nbv .home img:last-child {
  display: block;
}

.navbar .nbv .nts {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: #666;
  line-height: 3.5;
  margin-right: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 2.4rem;
}

.navbar .nbv .nts span {
  color: #666;
  display: inline-block;
  vertical-align: middle;
  line-height: 3.5;
  margin-left: 0.16rem;
  width: 0.06rem;
  height: 0.11rem;
  width: 6px;
  height: 11px;
  position: relative;
  top: -0.02rem;
}

.navbar .nbv .nts span img {
  width: 100%;
  display: block;
}

.navbar .nbv .nts:last-child span {
  display: none;
}

.navbar .nbv .btms {
  width: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
}

.navbar .nbv .btms .tm {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-left: 0.14rem;
}

.navbar .nbv .btms .tm a {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 0 0.2rem;
  color: #333;
  line-height: 3;
}

.navbar .nbv .btms .tm a span {
  display: inline-block;
  vertical-align: middle;
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.12rem;
}

.navbar .nbv .btms .tm a span img {
  width: 100%;
  display: block;
}

.navbar .nbv .btms .tm a span img:first-child {
  display: block;
}

.navbar .nbv .btms .tm a span img:last-child {
  display: none;
}

.navbar .nbv .btms .tm:hover a {
  color: #3057b5;
}

.navbar .nbv .btms .tm:hover a span img:first-child {
  display: none;
}

.navbar .nbv .btms .tm:hover a span img:last-child {
  display: block;
}

.navbar .nbv .btms .tm.on a {
  color: #3057b5;
}

.navbar .nbv .btms .tm.on a span img:first-child {
  display: none;
}

.navbar .nbv .btms .tm.on a span img:last-child {
  display: block;
}

.navbar.white {
  background-color: #fff;
  box-shadow: 0px 0px 13px 0px rgba(203, 203, 203, 0.25);
}

.navbar.white .nbv .home img:first-child {
  display: block;
}

.navbar.white .nbv .home img:last-child {
  display: none;
}

@media (max-width: 800px) {
  .navbar .nbv .btms {
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
    transform: translateY(0);
    text-align: right;
  }
}

.details {
  width: 100%;
}

.details .dem {
  width: 100%;
  padding-top: 0.6rem;
  font-size: 0;
}

.details .dem .del {
  width: calc((880 / 1280) * 100%);
  margin-right: calc((78 / 1280) * 100%);
  padding-bottom: 0.3rem;
  margin-right: 0;
  display: block;
  margin: 0 auto;
}

.details .dem .del .dit {
  width: 100%;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0.24rem;
}

.details .dem .del .dms {
  width: 100%;
  font-size: 0;
  margin: 0.16rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.details .dem .del .dms .lms {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.details .dem .del .dms .lms .ms {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1.5;
  margin-right: 0.3rem;
}

.details .dem .del .dms .lms .sharm {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  font-size: 0;
}

.details .dem .del .dms .lms .sharm span {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1.5;
}

.details .dem .del .dms .lms .sharm a {
  display: inline-block;
  vertical-align: middle;
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.12rem;
}

.details .dem .del .dms .lms .sharm a img {
  width: 100%;
  display: block;
}

.details .dem .del .dms .ris {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1.5;
}

.details .dem .del .dms .ris span {
  width: 0.2rem;
  height: 0.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.12rem;
}

.details .dem .del .dms .ris span img {
  width: 100%;
  display: block;
}

.details .dem .del .dinp {
  width: 100%;
  margin: 0.2rem 0;
  padding: 0.3rem 0 0;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  color: #333;
  line-height: 1.8;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.details .dem .del .dinp pre{white-space: normal;}
.details .dem .del .dinp *{line-height: inherit;}
.details .dem .del .dinp img{
  height:auto !important;
}
.details .dem .del .dinp embed{
  max-width: 100% !important;
}

.details .dem .del .dinp p {
  color: #333;
  line-height: 1.8;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.details .dem .del .dint {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.details .dem .del .dint a {
  width: auto;
  display: inline-block;
  vertical-align: top;
  color: #333;
  line-height: 2;
  margin: 0.1rem 0;
}

.details .dem .del .dint a:hover {
  color: #3057b5;
}

.details .dem .der {
  display: inline-block;
  vertical-align: top;
  width: calc((320 / 1280) * 100%);
}

.details .dem .der .dir {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.1rem;
}

.details .dem .der .dir span {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1.5;
}

.details .dem .der .dir a {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1.5;
}

.details .dem .der .dir a i {
  display: inline-block;
  vertical-align: middle;
  width: 0.16rem;
  height: 0.16rem;
  margin-left: 0.12rem;
}

.details .dem .der .dir a i img {
  width: 100%;
  display: block;
}

.details .dem .der .ruls {
  width: 100%;
}

.details .dem .der .ruls .rum {
  width: 100%;
  display: inline-block;
  margin-bottom: 0.2rem;
}

.details .dem .der .ruls .rum a {
  width: 100%;
  display: block;
}

.details .dem .der .ruls .rum .imgs {
  width: 100%;
  display: block;
  overflow: hidden;
  margin-bottom: 0.06rem;
}

.details .dem .der .ruls .rum .imgs .img {
  width: 100%;
  transition: all ease 0.3s;
  padding-top: 56%;
}

.details .dem .der .ruls .rum .time {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.details .dem .der .ruls .rum .rx {
  width: 100%;
  color: #333;
  line-height: 1.6;
}

.details .dem .der .ruls .rum:hover .imgs .img {
  transform: scale(1.1);
}

.details .dem .der .ruls .rum:hover .rx {
  color: #3057b5;
}

.newcon {
  width: 100%;
  padding-bottom: 0.5rem;
}

.newcon .newper {
  width: 100%;
  padding-top: 0.46rem;
  margin-bottom: 0.5rem;
}

.newcon .newper .swiper-slide {
  width: 100%;
  position: relative;
  text-align: right;
}

.newcon .newper .swiper-slide .imgs {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: calc((640 / 1280) * 100%);
  overflow: hidden;
}

.newcon .newper .swiper-slide .imgs .img {
  width: 100%;
  padding-top: 56%;
}

.newcon .newper .swiper-slide .neon {
  width: calc((840 / 1280) * 100%);
  background-color: #f6f6f6;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding: 0.9rem 0.4rem 0.9rem calc((240 / 1280) * 100%);
}

.newcon .newper .swiper-slide .neon .time {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.newcon .newper .swiper-slide .neon .tit {
  width: 100%;
  color: #0c2665;
  line-height: 1.5;
  margin: 0.1rem 0 0.2rem;
}

.newcon .newper .swiper-slide .neon .tim {
  width: 100%;
  color: #666;
  line-height: 1.6;
  margin-bottom: 0.3rem;
}

.newcon .newper .swiper-slide .neon .more {
  width: 100%;
  font-size: 0;
}

.newcon .newper .swiper-slide .neon .more a {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1.5;
}

.newcon .newper .swiper-slide .neon .more a span {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 11px;
  margin-left: 0.12rem;
}

.newcon .newper .swiper-slide .neon .more a span img {
  width: 100%;
  display: block;
}

.newcon .newper .swiper-slide .neon .more a:hover {
  color: #3057b5;
}

.newcon .newper .swiper-pagination {
  width: auto;
  left: auto;
  right: 0.4rem;
  bottom: 0.5rem;
}

.newcon .newper .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  background-color: transparent;
  border: solid 1px #333;
  opacity: 1;
  border-radius: 50%;
  margin: 0 0.1rem;
}

.newcon .newper .swiper-pagination-bullet-active {
  background-color: #333;
}

.newcon .newlist {
  width: 100%;
  font-size: 0;
}

.newcon .newlist .newem {
  width: calc((400 / 1280) * 100%);
  display: inline-block;
  vertical-align: top;
  margin-right: calc((39 / 1280) * 100%);
  margin-bottom: 0.3rem;
}

.newcon .newlist .newem a {
  width: 100%;
  display: block;
}

.newcon .newlist .newem .imgs {
  width: 100%;
  overflow: hidden;
  display: block;
  margin-bottom: 0.1rem;
}

.newcon .newlist .newem .imgs .img {
  width: 100%;
  transition: all ease 0.3s;
  padding-top: 56%;
}

.newcon .newlist .newem .com {
  width: 100%;
}

.newcon .newlist .newem .com .cix {
  width: 100%;
  color: #999;
  line-height: 1.5;
}

.newcon .newlist .newem .com .cid {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin: 0.06rem 0 0.1rem;
}

.newcon .newlist .newem .com .more {
  width: 100%;
  font-size: 0;
}

.newcon .newlist .newem .com .more span {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  line-height: 1.5;
}

.newcon .newlist .newem .com .more span i {
  display: inline-block;
  vertical-align: middle;
  width: 0.06rem;
  height: 0.11rem;
  width: 6px;
  height: 11px;
  margin-left: 0.1rem;
  position: relative;
  top: -0.02rem;
}

.newcon .newlist .newem .com .more span i img {
  width: 100%;
  display: block;
}

.newcon .newlist .newem:nth-child(3n) {
  margin-right: 0;
}

.newcon .newlist .newem:hover .imgs .img {
  transform: scale(1.1);
}

.newcon .newlist .newem:hover .com .cid {
  color: #3057b5;
}

@media (max-width: 800px) {
  .newcon .newper .swiper-slide .imgs {
    position: relative;
    width: 100%;
    top: 0;
    transform: translateY(0);
  }
  .newcon .newper .swiper-slide .neon {
    width: 100%;
    padding: 0.3rem 0.4rem;
  }
}

.pages {
  width: 100%;
  padding: 0.2rem 0;
  font-size: 0;
  text-align: center;
}

.pages .page {
  display: inline-block;
  vertical-align: middle;
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  color: #222;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 0.1rem;
}

.pages .page.ltn {
  background-image: url("../images/lz.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.pages .page.rtn {
  background-image: url("../images/rz.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.pages .page.on {
  background-color: #3057b5;
  color: #fff;
}

.pages .page.on.ltn {
  background-image: url("../images/lx.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent !important;
}

.pages .page.on.rtn {
  background-image: url("../images/rx.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent !important;
}

.pages.white .page {
  background-color: transparent;
  color: #fff;
}

.pages.white .page.on {
  background-color: #3057b5;
  color: #fff;
}

.diarms {
  width: 100%;
}

.diarms .diaem {
  width: 100%;
  background-color: #f6f6f6;
  padding: 0.5rem 0;
}

.diarms .diaem .dtop {
  width: 100%;
  margin-bottom: 0.3rem;
}

.diarms .diaem .dtop .ti {
  width: 100%;
  text-align: center;
  color: #0c2665;
  line-height: 1.5;
  margin-bottom: 0.12rem;
}

.diarms .diaem .dtop .tx {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  color: #666;
  padding: 0 0.2rem;
}

.diarms .diaem .darms {
  width: 100%;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}

.diarms .diaem .darms .lmg {
  width: calc((800 / 1600) * 100%);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-bottom: 0.16rem;
  overflow: hidden;
}

.diarms .diaem .darms .lmg a {
  width: 100%;
  display: block;
}

.diarms .diaem .darms .lmg .img {
  width: 100%;
  transition: all ease 0.3s;
  padding-top: 56%;
}

.diarms .diaem .darms .lmg .bm {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../images/bm.png");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  line-height: 3;
  padding: 0 0.2rem;
}

.diarms .diaem .darms .lmg:hover .img {
  transform: scale(1.1);
}

.diarms .diaem .darms .smg {
  width: calc((784 / 1600) * 100%);
  display: inline-block;
  vertical-align: middle;
  margin-right: calc((15 / 1600) * 100%);
  font-size: 0;
}

.diarms .diaem .darms .smg .smt {
  width: calc((384 / 784) * 100%);
  display: inline-block;
  vertical-align: top;
  margin-right: calc((15 / 784) * 100%);
  margin-bottom: 0.16rem;
  position: relative;
  overflow: hidden;
}

.diarms .diaem .darms .smg .smt a {
  width: 100%;
  display: block;
}

.diarms .diaem .darms .smg .smt .img {
  width: 100%;
  transition: all ease 0.3s;
  padding-top: 56%;
}

.diarms .diaem .darms .smg .smt .bm {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../images/bm.png");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  line-height: 3;
  padding: 0 0.2rem;
}

.diarms .diaem .darms .smg .smt:nth-child(2n) {
  margin-right: 0;
}

.diarms .diaem .darms .smg .smt:hover .img {
  transform: scale(1.1);
}

.diarms .diaem .more {
  width: 100%;
  font-size: 0;
  text-align: center;
  margin-top: 0.24rem;
}

.diarms .diaem .more .mx {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  line-height: 1.5;
}

.diarms .diaem .more .mx i {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 11px;
  margin-left: 0.14rem;
  position: relative;
  top: -0.02rem;
}

.diarms .diaem .more .mx i img {
  width: 100%;
  display: block;
}

.diarms .diaem .more .mx:hover {
  color: #3057b5;
}

.diarms .diaem:nth-child(2n) {
  background-color: #fff;
}

.diarms .diaem:nth-child(2n) .darms {
  flex-direction: row;
}

.diarms .diaem:nth-child(2n) .darms .smg {
  margin-right: 0;
  margin-left: calc((15 / 1600) * 100%);
}

.exhibition {
  width: 100%;
  background-color: #f6f6f6;
}

.exhibition .exh {
  width: 100%;
  padding-top: 0.3rem;
  padding-bottom: 0.5rem;
}

.exhibition .exhlist {
  width: 100%;
  font-size: 0;
}

.exhibition .exhlist .exvem {
  display: inline-block;
  vertical-align: top;
  width: calc((400 / 1280) * 100%);
  margin-right: calc((39 / 1280) * 100%);
  margin-bottom: 0.3rem;
  position: relative;
  overflow: hidden;
}

.exhibition .exhlist .exvem a {
  width: 100%;
  display: block;
}

.exhibition .exhlist .exvem .imgs {
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
}

.exhibition .exhlist .exvem .imgs .img {
  width: 100%;
  transition: all ease 0.3s;
  padding-top: 56%;
}

.exhibition .exhlist .exvem .imgs .play {
  position: absolute;
  width: 0.45rem;
  height: 0.45rem;
  cursor: pointer;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
}

.exhibition .exhlist .exvem .imgs .play img {
  width: 100%;
  display: block;
}

.exhibition .exhlist .exvem .imgs .blacm {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
}

.exhibition .exhlist .exvem .com {
  width: 100%;
  padding: 0.3rem;
  background-color: #fff;
}

.exhibition .exhlist .exvem .com .time {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.exhibition .exhlist .exvem .com .cim {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin: 0rem 0 0.06rem;
}

.exhibition .exhlist .exvem .imglit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 4;
  opacity: 0;
}

.exhibition .exhlist .exvem .imglit .li {
  width: 100%;
  height: 100%;
  display: block;
}

.exhibition .exhlist .exvem .imglit .li img {
  width: 100%;
  display: block;
}

.exhibition .exhlist .exvem:nth-child(3n) {
  margin-right: 0;
}

.exhibition .exhlist .exvem:hover .imgs .img {
  transform: scale(1.1);
}

.exhibition .exhlist .exvem:hover .com .cim {
  color: #3057b5;
}

.cooper {
  width: 100%;
}

.cooper .coop {
  width: 100%;
  padding: 0.5rem 0;
}

.cooper .coop .cip {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.4rem;
}

.cooper .coop .cooplist {
  width: 100%;
  font-size: 0;
}

.cooper .coop .cooplist .copem {
  display: inline-block;
  vertical-align: top;
  width: calc((190 / 1280) * 100%);
  border-radius: 0.05rem;
  overflow: hidden;
  margin-right: calc((27 / 1280) * 100%);
  margin-bottom: 0.27rem;
}

.cooper .coop .cooplist .copem .img {
  width: 100%;
  padding-top: 52%;
  transition: all ease 0.3s;
}

.cooper .coop .cooplist .copem:nth-child(6n) {
  margin-right: 0;
}

.contact {
  width: 100%;
  padding-bottom: 0.5rem;
}

.contact .cont {
  width: 100%;
  margin: 0.5rem 0 0;
  background-color: #3057b5;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 0.5rem;
}

.contact .cont .cop {
  width: 100%;
  text-align: center;
  margin-bottom: 0.24rem;
}

.contact .cont .cop .icon {
  width: 0.34rem;
  height: 0.34rem;
  margin: 0 auto 0.1rem;
}

.contact .cont .cop .icon img {
  width: 100%;
  display: block;
}

.contact .cont .cop .cx {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.contact .cont .cim {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 0.3rem;
}

.contact .cont .cim .cms {
  width: auto;
  text-align: center;
  margin-bottom: 0.26rem;
}

.contact .cont .cim .cms .icon {
  width: 0.34rem;
  height: 0.34rem;
  margin: 0 auto 0.1rem;
}

.contact .cont .cim .cms .icon img {
  width: 100%;
  display: block;
}

.contact .cont .cim .cms .cs {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.contact .cont .codes {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.contact .cont .codes .code {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.5rem;
}

.contact .cont .codes .code .cx {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.contact .cont .codes .code .mg {
  width: 1.6rem;
  height: 1.6rem;
  display: block;
  margin: 0 auto;
}

.contact .cont .codes .code .mg img {
  width: 100%;
  display: block;
}

.applys {
  width: 100%;
  background-color: #f6f6f6;
}

.applys .apply {
  width: 100%;
  padding-top: 0.3rem;
  padding-bottom: 0.5rem;
}

.applys .apply .Notice {
  width: 100%;
  background-color: #fff;
  margin-bottom: 0.3rem;
}

.applys .apply .Notice .nit {
  width: 100%;
  color: #0c2665;
  line-height: 3;
  border-bottom: solid 1px #eaeaea;
  padding: 0 0.4rem;
}

.applys .apply .Notice .regulations {
  width: 100%;
  padding: 0.4rem;
}

.applys .apply .Notice .regulations .rul {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  margin-right: 4%;
}

.applys .apply .Notice .regulations .rul .rli {
  width: 100%;
  color: #333;
  line-height: 2;
  margin-bottom: 0.1rem;
}

.applys .apply .Notice .regulations .rul p {
  line-height: 2;
  color: #333;
  font-size: calc(12px - 0.12rem + 0.14rem);
}

.applys .apply .Notice .regulations .rul:nth-child(2n) {
  margin-right: 0;
}

.applys .apply .joins {
  width: 100%;
  background-color: #fff;
}

.applys .apply .joins .nit {
  width: 100%;
  color: #0c2665;
  line-height: 3;
  border-bottom: solid 1px #eaeaea;
  padding: 0 0.4rem;
}

.applys .apply .joins .jorm {
  width: 100%;
  padding: 0.4rem;
}

.applys .apply .joins .jorm form {
  width: 100%;
  display: block;
}

.applys .apply .joins .jorm .fom {
  width: 100%;
  padding-bottom: 0.3rem;
}

.applys .apply .joins .jorm .fob {
  width: 100%;
  padding: 0.3rem 0;
  border-bottom: solid 1px #eaeaea;
  border-top: solid 1px #eaeaea;
}

.applys .apply .joins .jorm .fot {
  width: 100%;
  padding-top: 0.3rem;
}

.applys .apply .joins .jorm .row {
  width: 100%;
}

.applys .apply .joins .jorm .row .input {
  display: inline-block;
  vertical-align: top;
  width: calc((380 / 1204) * 100%);
  margin-right: calc((31 / 1204) * 100%);
  margin-bottom: 0.28rem;
}

.applys .apply .joins .jorm .row .input input {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: solid 1px #eaeaea;
  color: #333;
  padding: 0 0.2rem;
  line-height: 3;
  height: 3em;
}

.applys .apply .joins .jorm .row .input .select-con {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  line-height: 3;
  height: 3em;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  border: solid 1px #eaeaea;
}

.applys .apply .joins .jorm .row .input .select-con .select-value {
  width: auto;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  line-height: 3;
  height: 3em;
  color: #333;
  padding: 0 0.3rem 0 0.25rem;
  font-size: calc(12px - 0.12rem + 0.16rem);
  text-align: left;
}

.applys .apply .joins .jorm .row .input .select-con select {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}

.applys .apply .joins .jorm .row .input .select-con select option {
  color: #333;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 3;
}

.applys .apply .joins .jorm .row .input .select-con:after {
  display: inline-block;
  content: "";
  background-image: url("../images/r1.png");
  background-position: center;
  background-size: 100%;
  width: 6px;
  height: 11px;
  position: absolute;
  right: 0.33rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  z-index: 1;
}

.applys .apply .joins .jorm .row .input:nth-child(3n) {
  margin-right: 0;
}

.applys .apply .joins .jorm .fox {
  width: 100%;
  font-size: 0;
}

.applys .apply .joins .jorm .fox .label {
  width: auto;
  font-size: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
}

.applys .apply .joins .jorm .fox .label .ivn {
  display: inline-block;
  vertical-align: middle;
  width: 0.17rem;
  height: 0.17rem;
  background-image: url("../images/p1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.applys .apply .joins .jorm .fox .label .text {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 3;
  margin-left: 0.1rem;
}

.applys .apply .joins .jorm .fox .label .int {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  opacity: 0;
  left: 0;
  top: 0;
}

.applys .apply .joins .jorm .fox .label.selected .ivn {
  background-image: url("../images/p2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.applys .apply .joins .jorm .fit {
  width: 100%;
  color: #333;
  margin-bottom: 0.2rem;
  line-height: 1.5;
}

.applys .apply .joins .jorm .area {
  width: 100%;
  margin-top: 0.2rem;
}

.applys .apply .joins .jorm .area textarea {
  display: block;
  width: 100%;
  border: solid 1px #eaeaea;
  background-color: #fff;
  padding: 0.14rem;
  color: #333;
  line-height: 1.5;
}

.applys .apply .joins .jorm .bim {
  width: 100%;
  font-size: 0;
  margin-top: 0.26rem;
}

.applys .apply .joins .jorm .bim .sup {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.applys .apply .joins .jorm .bim .sup input {
  display: inline-block;
  vertical-align: middle;
  background-color: #3057b5;
  color: #fff;
  line-height: 3;
  text-align: center;
  padding: 0 1rem;
  max-width: 100%;
  height: 3em;
  cursor: pointer;
  border: none;
}

.nanner {
  width: 100%;
}

.nanner .img {
  width: 100%;
  padding-top: 35%;
  position: relative;
}

.nanner .img.p44 {
  padding-top: 44%;
}

.nanner .nox {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 20%;
  transform: translate(-50%, -50%);
}

.nanner .nox .cn {
  width: 100%;
  text-align: center;
  color: #fff;
  color: #3e3a39;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.1rem;
}

.nanner .nox .en {
  width: 100%;
  color: #fff;
  color: #3e3a39;
  line-height: 1.5;
}

.nanner .nox .jin {
  width: 100%;
  font-size: 0;
  margin-top: 0.24rem;
}

.nanner .nox .jin a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 3;
  padding: 0 0.4rem;
  background-color: #ff6d50;
  background-color: #0c2765;
}

.nanner .nox .datas {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-top: 0.8rem;
}

.nanner .nox .datas .data {
  width: auto;
  padding: 0 0.3rem;
  /*flex: 1;*/
  margin-bottom: 0.2rem;
}

.nanner .nox .datas .data .num {
  width: 100%;
  color: #333;
  white-space: nowrap;
}

.nanner .nox .datas .data .num span {
  display: inline-block;
  text-align: center;
  color: #333;
}

.nanner .nox .datas .data .nx {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 1.5;
  margin-top: 0.3rem;
}

.nanner .vox {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 25%;
  transform: translate(-50%, -50%);
  max-width: 6rem;
}

.nanner .vox .vc {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.nanner .vox .ve {
  width: 100%;
  text-align: center;
  color: #666;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .nanner .img.p44 {
    padding-top: 0%;
  }
  .nanner .nox {
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0, 0);
    padding: 0.5rem 0.2rem;
  }
}

.schedule {
  width: 100%;
  padding: 0.4rem 0;
}

.schedule .sit {
  width: 100%;
  color: #333;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0.4rem;
}

.schedule .scheper {
  width: 100%;
}

.schedule .scheper .swiper-slide {
  width: 100%;
  border: solid 1px #eaeaea;
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding-top: 26%;
}

.schedule .scheper .swiper-slide .som {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0.2rem 0.2rem 0.2rem;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}

.schedule .scheper .swiper-slide .num {
  width: 100%;
  color: #3057b5;
  font-weight: bold;
  line-height: 1.5;
}

.schedule .scheper .swiper-slide .xt {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.schedule .scheper .swiper-slide .line {
  width: 100%;
  font-size: 0;
  margin: 0.16rem 0;
}

.schedule .scheper .swiper-slide .line span {
  display: inline-block;
  vertical-align: middle;
  background-color: #3057b5;
  width: 0.2rem;
  height: 2px;
}

.schedule .scheper .swiper-slide .six {
  width: 100%;
  color: #333;
  line-height: 1.5;
  height: 9em;
}

.schedule .scheper .swiper-slide .six .sx {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.schedule .scheper .swiper-slide .mg {
  position: absolute;
  z-index: 3;
  width: 0.7rem;
  height: 0.7rem;
  right: 0.2rem;
  bottom: 0.2rem;
}

.schedule .scheper .swiper-slide .mg img {
  width: 100%;
  display: block;
  transition: all ease 0.3s;
  opacity: 1;
}

.schedule .scheper .swiper-slide .mg img:first-child {
  display: block;
}

.schedule .scheper .swiper-slide .mg img:last-child {
  display: none;
}

.schedule .scheper .swiper-slide:hover {
  border: solid 1px #3057b5;
  background-color: #3057b5;
}
.schedule .scheper .swiper-slide:hover .som{
  align-content: flex-start;
}
.schedule .scheper .swiper-slide:hover .mg{
  display: none;
}

.schedule .scheper .swiper-slide:hover .num {
  display: none;
}

.schedule .scheper .swiper-slide:hover .xt {
  color: #fff;
}

.schedule .scheper .swiper-slide:hover .line span {
  background-color: #fff;
}

.schedule .scheper .swiper-slide:hover .six .sx {
  color: #fff;
  -webkit-line-clamp: 9;
}

.schedule .scheper .swiper-slide:hover .mg img {
  opacity: 0.5;
}

.schedule .scheper .swiper-slide:hover .mg img:first-child {
  display: none;
}

.schedule .scheper .swiper-slide:hover .mg img:last-child {
  display: block;
}

.schedule .scheper .btn {
  position: absolute;
  z-index: 3;
  width: 0.3rem;
  height: 0.3rem;
  cursor: pointer;
  top: 60%;
  transform: translateY(-50%);
  transition: all ease 0.3s;
}

.schedule .scheper .btn img {
  width: 100%;
  height: 100%;
  display: block;
}

.schedule .scheper .btn img:first-child {
  display: block;
}

.schedule .scheper .btn img:last-child {
  display: none;
}

.schedule .scheper .btn:hover img:first-child {
  display: none;
}

.schedule .scheper .btn:hover img:last-child {
  display: block;
}

.schedule .scheper .bl {
  left: -3%;
}

.schedule .scheper .br {
  right: -3%;
}

@media (max-width: 900px) {
  .schedule .scheper .swiper-slide {
    padding-top: 34%;
  }
}

@media (max-width: 768px) {
  .schedule .scheper .swiper-slide {
    padding-top: 40%;
  }
}

@media (max-width: 450px) {
  .schedule .scheper .swiper-slide {
    padding-top: 60%;
  }
}

.condition {
  width: 100%;
  padding: 0.5rem 0;
}

.condition .cit {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.4rem;
}

.condition .conds {
  width: 100%;
  position: relative;
  padding-top: 37%;
}

.condition .conds .cond {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 1280px;
  height: 500px;
  transform-origin: 0 0;
  display: block;
}

.condition .conds .cond .img {
  width: 484px;
  height: 484px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.condition .conds .cond .img .mg {
  width: 100%;
  display: block;
}

.condition .conds .cond .img .mg img {
  width: 100%;
  display: block;
}

.condition .conds .cond .img .condlis {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.condition .conds .cond .img .condlis .cli {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 360px;
}

.condition .conds .cond .img .condlis .cli .icon {
  display: inline-block;
  vertical-align: middle;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.condition .conds .cond .img .condlis .cli .icon img {
  width: 100%;
  display: block;
}

.condition .conds .cond .img .condlis .cli .ton {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 91px);
  padding: 0 16px;
}

.condition .conds .cond .img .condlis .cli .ton .ti {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 6px;
}

.condition .conds .cond .img .condlis .cli .ton .tl {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  max-height: 3em;
}

.condition .conds .cond .img .condlis .cli:nth-child(1) {
  right: 500px;
  top: 50px;
}

.condition .conds .cond .img .condlis .cli:nth-child(3) {
  right: 500px;
  top: 196px;
}

.condition .conds .cond .img .condlis .cli:nth-child(5) {
  right: 500px;
  top: 342px;
}

.condition .conds .cond .img .condlis .cli:nth-child(2) {
  left: 500px;
  top: 50px;
  text-align: right;
  flex-direction: row-reverse;
}

.condition .conds .cond .img .condlis .cli:nth-child(4) {
  left: 500px;
  top: 196px;
  text-align: right;
  flex-direction: row-reverse;
}

.condition .conds .cond .img .condlis .cli:nth-child(6) {
  left: 500px;
  top: 342px;
  text-align: right;
  flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .condition .conds {
    padding-top: 0;
  }
  .condition .conds .cond {
    width: 100%;
    height: auto;
    position: relative;
  }
  .condition .conds .cond .img {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0, 0);
    height: auto;
  }
  .condition .conds .cond .img .mg {
    display: none;
  }
  .condition .conds .cond .img .condlis {
    width: 100%;
    position: relative;
  }
  .condition .conds .cond .img .condlis .cli {
    width: 100%;
    position: relative;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    margin: 0.3rem 0;
    text-align: left !important;
    flex-direction: row !important;
  }
  .condition .conds .cond .img .condlis .cli .icon {
    width: 60px;
    height: 60px;
  }
  .condition .conds .cond .img .condlis .cli .ton {
    width: calc(100% - 61px);
  }
}

.explain {
  width: 100%;
  padding: 0.5rem 0;
}

.explain .etop {
  width: 100%;
  margin-bottom: 0.4rem;
}

.explain .etop .eit {
  color: #333;
  width: 100%;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0.14rem;
}

.explain .etop .em {
  width: 100%;
  color: #333;
  line-height: 1.5;
  /* padding: 0 0.5rem; */
  text-align: left;
  text-indent: 2em;
}

.explain .expm {
  width: 100%;
  position: relative;
}

.explain .expm .img {
  width: 100%;
  display: block;
}

.explain .expm .img img {
  width: 100%;
  display: block;
}

.explain .expm .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 0.7rem;
  height: 0.7rem;
}

.explain .expm .play img {
  width: 100%;
  display: block;
}

.culture {
  width: 100%;
  padding: 0.7rem 0;
}

.culture .culist {
  width: 100%;
}

.culture .culist .culem {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 0.8rem;
}

.culture .culist .culem .imgs {
  width: 100%;
}

.culture .culist .culem .imgs .img {
  width: 100%;
  padding-top: 37.5%;
}

.culture .culist .culem .cog {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0 0.5rem;
  transform: translateY(-50%);
  max-width: 5.6rem;
  left: 0;
}

.culture .culist .culem .cog .ct {
  width: 100%;
  color: #0c2665;
  line-height: 1.5;
  margin-bottom: 0.08rem;
}

.culture .culist .culem .cog .cv {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.culture .culist .culem:after {
  content: ' ';
  position: absolute;
  z-index: -1;
  top: 99%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 5.4%;
  background-image: url("../images/bot.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.culture .culist .culem:nth-child(2n) .cog {
  left: auto;
  right: 0;
}

@media (max-width: 768px) {
  .culture .culist .culem .imgs .img {
    padding-top: 0;
  }
  .culture .culist .culem .cog {
    padding: 0.8rem 0.5rem;
    position: relative;
    top: 0;
    transform: translateY(0);
  }
  .culture .culist .culem:nth-child(2n) .cog {
    left: auto;
    right: auto;
  }
}

.activity {
  width: 100%;
  padding: 0.5rem 0;
  background-color: #f6f6f6;
}

.activity .etop {
  width: 100%;
  margin-bottom: 0.4rem;
}

.activity .etop .eit {
  color: #0c2665;
  width: 100%;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0.14rem;
}

.activity .etop .em {
  width: 100%;
  color: #666;
  line-height: 1.5;
  padding: 0 0.5rem;
  text-align: center;
}

.activity .actiper {
  width: 100%;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.activity .actiper .swiper-container {
  width: 100%;
  padding: 0.5rem 0;
}

.activity .actiper .swiper-slide {
  width: 100%;
  transition: all ease 0.3s;
}

.activity .actiper .swiper-slide .imgs {
  width: 100%;
  padding-top: 56%;
  transition: all ease 0.3s;
}

.activity .actiper .swiper-slide-active {
  z-index: 10;
  transform: scale(1.2);
}

.activity .actiper .btn {
  position: absolute;
  z-index: 20;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 0.6rem;
}

.activity .actiper .btn img {
  width: 100%;
  display: block;
}

.activity .actiper .btn img:first-child {
  display: block;
}

.activity .actiper .btn img:last-child {
  display: none;
}

.activity .actiper .btn:hover img:first-child {
  display: none;
}

.activity .actiper .btn:hover img:last-child {
  display: block;
}

.activity .actiper .bl {
  left: 20%;
}

.activity .actiper .br {
  right: 20%;
}

.historys {
  width: 100%;
  font-size: 0;
}

.historys .hil {
  display: inline-block;
  vertical-align: top;
  width: calc((660 / 1920) * 100%);
  padding: 1rem 0 1rem calc((320 / 1920) * 100%);
}

.historys .hil .hi {
  width: 0.8rem;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 0.2rem;
}

.historys .hil .hi .es {
  width: 100%;
  position: absolute;
  z-index: 2;
  transform: rotate(90deg);
  color: #c8c8c8;
  white-space: nowrap;
  top: 10%;
  left: -60%;
}

.historys .hil .hi .cm {
  width: 1.2em;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  line-height: 1.1;
  color: #0c2665;
}

.historys .hil .hr {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 1.001rem);
  margin-left: 0.2rem;
  height: 4rem;
}
.historys .hil .hr .swiper-container {
  height: 100%;
}

.historys .hil .hr .swiper-wrapper {
  height: 100%;
}

.historys .hil .hr .swiper-slide {
  width: 100%;
  color: #333;
  line-height: 2;
  text-align: center;
  position: relative;
  font-weight: bold;
  cursor: pointer;
}

.historys .hil .hr .swiper-slide:after {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 0.3rem;
  background-color: #3057b5;
  display: none;
}

.historys .hil .hr .swiper-slide.on:after {
  display: block;
}

.historys .hir {
  width: calc((1259 / 1920) * 100%);
  display: inline-block;
  vertical-align: top;
  border-left: solid 1px #eaeaea;
}

.historys .hir .yearlist {
  width: 100%;
}

.historys .hir .yearlist .yearm {
  width: 100%;
  display: none;
  padding: 1rem calc((320 / 1920) * 100%) 1rem 1rem;
}

.historys .hir .yearlist .yearm .year {
  width: 100%;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.2rem;
}

.historys .hir .yearlist .yearm .tix {
  width: 100%;
  color: #333;
  line-height: 1.6;
  margin-bottom: 0.4rem;
}

.historys .hir .yearlist .yearm .honper {
  width: 100%;
  min-height: 300px;
}

.historys .hir .yearlist .yearm .honper .swiper-container {
  padding-bottom: 0.4rem;
}

.historys .hir .yearlist .yearm .honper .swiper-slide {
  width: 100%;
}

.historys .hir .yearlist .yearm .honper .swiper-pagination-bullet {
  width: 0.3rem;
  height: 2px;
  background-color: #c8c8c8;
  opacity: 1;
  margin: 0 0.14rem;
  border-radius: 0;
}

.historys .hir .yearlist .yearm .honper .swiper-pagination-bullet-active {
  background-color: #3057b5;
}

.historys .hir .yearlist .yearm .honper .cs {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 4%;
}

.historys .hir .yearlist .yearm .honper .cs .imgs {
  width: 100%;
  overflow: hidden;
}

.historys .hir .yearlist .yearm .honper .cs .imgs .img {
  width: 100%;
  padding-top: 68%;
  position: relative;
}

.historys .hir .yearlist .yearm .honper .cs .imgs .img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.historys .hir .yearlist .yearm .honper .cs .hx {
  width: 100%;
  padding: 0 0.2rem;
  color: #333;
  line-height: 2;
  margin-top: 0.1rem;
  text-align: center;
}

.historys .hir .yearlist .yearm .honper .cs:nth-child(2n) {
  margin-right: 0;
}

.historys .hir .yearlist .yearm.on {
  display: block;
}

@media (max-width: 768px) {
  .historys .hil {
    width: 100%;
    padding: 0.4rem 0.2rem 0;
  }
  .historys .hil .hi {
    width: 100%;
    text-align: left;
    margin-bottom: 0.1rem;
  }
  .historys .hil .hi .es {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    transform: rotate(0deg);
    line-height: 1.5;
  }
  .historys .hil .hi .cm {
    width: 100%;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 0.05rem;
  }
  .historys .hil .hr {
    width: 100%;
    height: auto;
  }
  .historys .hil .hr .swiper-slide {
    width: auto;
    display: inline-block;
    vertical-align: top;
    line-height: 2.4;
    margin-right: 0.5rem;
  }
  .historys .hil .hr .swiper-slide:after {
    display: none;
  }
  .historys .hil .hr .swiper-slide.on {
    color: #3057b5;
  }
  .historys .hil .hr .swiper-slide.on:after {
    display: none;
  }
  .historys .hir {
    width: 100%;
  }
  .historys .hir .yearlist {
    width: 100%;
  }
  .historys .hir .yearlist .yearm {
    width: 100%;
    padding: 0.4rem;
  }
  .historys .hir .yearlist .yearm .honper {
    min-height: 0;
  }
}

.companys {
  width: 100%;
  padding: 0.6rem 0;
  background-color: #f6f6f6;
}

.companys .comlist {
  width: 100%;
}

.companys .comlist .compe {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  background-color: #fff;
}

.companys .comlist .compe .imgs {
  width: calc((640 / 1280) * 100%);
  display: inline-block;
  vertical-align: middle;
}

.companys .comlist .compe .imgs .img {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.companys .comlist .compe .imgs .img .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.7rem;
  height: 0.7rem;
  cursor: pointer;
  z-index: 2;
}

.companys .comlist .compe .imgs .img .play img {
  width: 100%;
  display: block;
}

.companys .comlist .compe .comt {
  width: calc((639 / 1280) * 100%);
  display: inline-block;
  vertical-align: middle;
  padding: 0.5rem 0.6rem;
}

.companys .comlist .compe .comt .ct {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.companys .comlist .compe .comt .line {
  width: 100%;
  font-size: 0;
  margin: 0.14rem 0 0.24rem;
}

.companys .comlist .compe .comt .line span {
  display: inline-block;
  vertical-align: middle;
  width: 0.4rem;
  height: 2px;
  background-color: #333;
}

.companys .comlist .compe .comt .pem {
  width: 100%;
  line-height: 2;
  color: #666;
  font-size: calc(12px - 0.12rem + 0.14rem);
}

.companys .comlist .compe .comt .pem p {
  line-height: 2;
  color: #666;
  font-size: calc(12px - 0.12rem + 0.14rem);
}

.companys .comlist .compe:nth-child(2n) {
  flex-direction: row;
}

.navclass {
  width: 100%;
  background-color: #fff;
}

.navclass .nclacc {
  width: 100%;
  padding: 0.3rem 0;
}

.navclass .nclacc .swiper-wrapper {
  justify-content: center;
}

.navclass .nclacc .swiper-slide {
  width: 100%;
}

.navclass .nclacc .swiper-slide .icon {
  width: 0.64rem;
  height: 0.64rem;
  display: block;
  margin: 0 auto 0.2rem;
}

.navclass .nclacc .swiper-slide .icon img {
  width: 100%;
  display: block;
}

.navclass .nclacc .swiper-slide .icon img:first-child {
  display: block;
}

.navclass .nclacc .swiper-slide .icon img:last-child {
  display: none;
}

.navclass .nclacc .swiper-slide .cx {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 2;
}

.navclass .nclacc .swiper-slide.on .icon img:first-child {
  display: none;
}

.navclass .nclacc .swiper-slide.on .icon img:last-child {
  display: block;
}

.navclass .nclacc .swiper-slide.on .cx {
  color: #3057b5;
}

.navclass .contact {
  width: 100%;
  padding: 0.5rem 0;
  background-color: #f6f6f6;
}

.navclass .contact .category {
  width: 100%;
  padding: 0.2rem 0.3rem 0.1rem;
  background-color: #fff;
  font-size: 0;
  margin-bottom: 0.3rem;
}

.navclass .contact .category .name {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  text-align: center;
  color: #333;
  line-height: 1.4;
  margin-bottom: 0.1rem;
}

.navclass .contact .category .clasm {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 81px);
  padding: 0 0.2rem;
  font-size: 0;
}

.navclass .contact .category .clasm .am {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin-right: 0.3rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 0.1rem;
}

.navclass .contact .category .clasm .am.on {
  color: #3057b5;
}

.navclass .contact .catelist {
  width: 100%;
  font-size: 0;
}

.navclass .contact .catelist .catem {
  width: calc((400 / 1280) * 100%);
  display: inline-block;
  vertical-align: top;
  margin-right: calc((39 / 1280) * 100%);
  margin-bottom: 0.4rem;
  background-color: #fff;
  position: relative;
}

.navclass .contact .catelist .catem a {
  width: 100%;
  display: block;
}

.navclass .contact .catelist .catem .imgs {
  width: 100%;
  display: block;
  overflow: hidden;
}

.navclass .contact .catelist .catem .imgs .img {
  width: 100%;
  padding-top: 75%;
  position: relative;
}

.navclass .contact .catelist .catem .imgs .img .play {
  position: absolute;
/*  width: 0.45rem;
  height: 0.45rem;*/
  cursor: pointer;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
}

.navclass .contact .catelist .catem .imgs .img .play img {
  width: 100%;
  display: block;
}

.navclass .contact .catelist .catem .imgs .img .blacm {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
}

.navclass .contact .catelist .catem .imgs .img.p56 {
  padding-top: 56%;
}

.navclass .contact .catelist .catem .cum {
  width: 100%;
  padding: 0.2rem 0.3rem 0.3rem;
}

.navclass .contact .catelist .catem .cum .ce {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.06rem;
}

.navclass .contact .catelist .catem .cum .cv {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.navclass .contact .catelist .catem:after {
  content: ' ';
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  right: 0.2rem;
  top: 0.2rem;
  /*background-image: url("../images/down.png");*/
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all ease 0.3s;
}

.navclass .contact .catelist .catem .prox {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: -10000px;
  z-index: 110;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all ease 0.6s;
}

.navclass .contact .catelist .catem .prox .pmv {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 12rem;
}

.navclass .contact .catelist .catem .prox .pmv .mox {
  width: 100%;
  height: 80vh;
}
.navclass .contact .catelist .catem .prox .pmv .mox .img{
  background-color: #fff;
}
.navclass .contact .catelist .catem .prox .pmv .mox .img img{
  width: 100%;
}

.navclass .contact .catelist .catem .prox .pmv .closm {
  width: 34px;
  height: 34px;
  display: block;
  cursor: pointer;
  position: absolute;
  right: -2%;
  top: -4%;
}

.navclass .contact .catelist .catem .prox .pmv .closm img {
  width: 100%;
  display: block;
}

.navclass .contact .catelist .catem .prox.show {
  left: 0;
}

.navclass .contact .catelist .catem:hover {
  background-image: url("../images/bg4.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.navclass .contact .catelist .catem:hover .cum .ce {
  color: #3057b5;
}

/*.navclass .contact .catelist .catem:hover:after {
  opacity: 1;
}*/

.navclass .contact .catelist .catem.nobg:hover {
  background-image: none;
}

.navclass .contact .catelist .catem:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .navclass .nclacc .swiper-wrapper {
    justify-content: flex-start;
  }
}

.authquery {
  width: 100%;
  padding-bottom: 0.5rem;
}

.authquery .query {
  width: 100%;
  margin-top: 0.5rem;
}

.authquery .query .forms {
  width: 100%;
  margin: 0 auto;
  padding: 1.5rem 0;
}

.authquery .query .forms form {
  width: 100%;
  display: block;
}

.authquery .query .forms .icon {
  width: 0.7rem;
  height: 0.7rem;
  display: block;
  margin: 0 auto 0.1rem;
}

.authquery .query .forms .ix {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 1.5;
}

.authquery .query .forms .input {
  width: 100%;
  max-width: 500px;
  display: block;
  margin: 0.3rem auto 0.2rem;
}

.authquery .query .forms .input input {
  display: block;
  width: 100%;
  padding: 0 0.2rem;
  color: #999;
  line-height: 3;
  height: 3em;
  border: none;
  background-color: #fff;
}

.authquery .query .forms .sum {
  width: 100%;
  max-width: 500px;
  display: block;
  margin: 0.2rem auto 0.3rem;
}

.authquery .query .forms .sum input {
  display: block;
  width: 100%;
  padding: 0 0.2rem;
  color: #fff;
  line-height: 3;
  height: 3em;
  border: none;
  cursor: pointer;
  text-align: center;
  background-color: #ff6d50;
  border-radius: 0.03rem;
}

.authquery .query .forms .bn {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.authquery .query .forms .bn a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.2rem;
  color: #fff;
  line-height: 2.2;
  border-bottom: solid 1px #fff;
}

.authquery .query .prox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 110;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.authquery .query .prox .pmv {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 9rem;
}

.authquery .query .prox .pmv .mox {
  width: 100%;
  max-height: 80vh;
  padding: 0.4rem;
  background-color: #fff;
}

.authquery .query .prox .pmv .mox .mnp {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.authquery .query .prox .pmv .mox .mnp p {
  color: #333;
  line-height: 1.5;
}

.authquery .query .prox .pmv .closm {
  width: 34px;
  height: 34px;
  display: block;
  cursor: pointer;
  position: absolute;
  right: -2%;
  top: -4%;
}

.authquery .query .prox .pmv .closm img {
  width: 100%;
  display: block;
}

.authquery .query .prox.show {
  left: 0;
}

.procenter {
  width: 100%;
  padding-bottom: 0.5rem;
  background-color: #f6f6f6;
}

.procenter .pronper {
  width: 100%;
  margin-bottom: 0.3rem;
}

.procenter .pronper .swiper-slide {
  width: 100%;
}

.procenter .pronper .swiper-slide .img {
  width: 100%;
  display: block;
  padding-top: 51%;
}

.procenter .provemlis {
  width: 100%;
}

.procenter .provemlis .provem {
  width: 100%;
  font-size: 0;
}

.procenter .provemlis .provem .prl {
  display: inline-block;
  vertical-align: top;
  width: calc((627 / 1280) * 100%);
  text-align: center;
  margin-right: calc((25 / 1280) * 100%);
  margin-bottom: 0.3rem;
  background-color: #fff;
  padding-top: 32.6%;
  position: relative;
}

.procenter .provemlis .provem .prl .pon {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  padding: 0.3rem;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  text-align: center;
}

.procenter .provemlis .provem .prl .pon .pi {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin: 0.1rem 0;
}

.procenter .provemlis .provem .prl .pon .pu {
  width: 100%;
  color: #0c2665;
  line-height: 1.5;
  margin: 0.1rem 0 0;
}

.procenter .provemlis .provem .prl .pon .pt {
  width: 100%;
  color: #999;
  line-height: 2;
  margin: 0rem 0 0.1rem;
}

.procenter .provemlis .provem .prl .pon .tn {
  width: 100%;
  font-size: 0;
}

.procenter .provemlis .provem .prl .pon .tn a {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  border-bottom: solid 1px #0c2665;
}

.procenter .provemlis .provem .prl .pon .tn a span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.3rem;
  color: #0c2665;
  line-height: 2;
}

.procenter .provemlis .provem .prl .pon .ts {
  width: 100%;
  margin-top: 0.16rem;
}

.procenter .provemlis .provem .prl .pon .ts a {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  border: solid 1px #0c2665;
  padding: 0.1rem 0.2rem;
}

.procenter .provemlis .provem .prl .pon .ts a span {
  display: inline-block;
  vertical-align: middle;
  color: #0c2665;
}

.procenter .provemlis .provem .prl .pon .ts a span:first-child {
  display: block;
}

.procenter .provemlis .provem .prl .pon .ts a span:last-child {
  display: none;
}

.procenter .provemlis .provem .prl .pon .ts a.active span:first-child {
  display: none;
}

.procenter .provemlis .provem .prl .pon .ts a.active span:last-child {
  display: block;
}

.procenter .provemlis .provem .prm {
  display: inline-block;
  vertical-align: top;
  width: calc((627 / 1280) * 100%);
  text-align: left;
}

.procenter .provemlis .provem .prm .prams {
  display: inline-block;
  vertical-align: top;
  width: calc((300 / 627) * 100%);
  margin-right: calc((26 / 627) * 100%);
  background-color: #fff;
  margin-bottom: 0.3rem;
  transition: all ease 0.3s;
}

.procenter .provemlis .provem .prm .prams a {
  width: 100%;
  display: block;
}

.procenter .provemlis .provem .prm .prams .imgs {
  width: 100%;
  display: block;
  overflow: hidden;
}

.procenter .provemlis .provem .prm .prams .imgs .img {
  width: 100%;
  padding-top: 100%;
  position: relative;
  transition: all ease 0.3s;
}

.procenter .provemlis .provem .prm .prams .cum {
  width: 100%;
  padding: 0.1rem 0.3rem 0.3rem;
  text-align: center;
  height: 1.18rem;
  max-height: 1.18rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.procenter .provemlis .provem .prm .prams .cum .ce {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.06rem;
}

.procenter .provemlis .provem .prm .prams .cum .cv {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.procenter .provemlis .provem .prm .prams:nth-child(2n) {
  margin-right: 0;
}

.procenter .provemlis .provem .prm .prams:hover {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
}

.procenter .provemlis .provem .prm .prams:hover .imgs .img {
  transform: scale(1.1);
}

.procenter .provemlis .provem .prm .prams:hover .cum .ce {
  color: #3057b5;
}

.procenter .provemlis .provem .poblis {
  width: 100%;
  font-size: 0;
  display: none;
}

.procenter .provemlis .provem .poblis .prbem {
  display: inline-block;
  vertical-align: top;
  width: calc((300 / 1280) * 100%);
  margin-right: calc((26 / 1280) * 100%);
  background-color: #fff;
  margin-bottom: 0.3rem;
  transition: all ease 0.3s;
}

.procenter .provemlis .provem .poblis .prbem a {
  width: 100%;
  display: block;
}

.procenter .provemlis .provem .poblis .prbem .imgs {
  width: 100%;
  display: block;
  overflow: hidden;
}

.procenter .provemlis .provem .poblis .prbem .imgs .img {
  width: 100%;
  padding-top: 100%;
  position: relative;
  transition: all ease 0.3s;
}

.procenter .provemlis .provem .poblis .prbem .cum {
  width: 100%;
  padding: 0.3rem 0.3rem 0.3rem;
  text-align: center;
}

.procenter .provemlis .provem .poblis .prbem .cum .ce {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.06rem;
}

.procenter .provemlis .provem .poblis .prbem .cum .cv {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.procenter .provemlis .provem .poblis .prbem:nth-child(4n) {
  margin-right: 0;
}

.procenter .provemlis .provem .poblis .prbem:hover {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
}

.procenter .provemlis .provem .poblis .prbem:hover .imgs .img {
  transform: scale(1.1);
}

.procenter .provemlis .provem .poblis .prbem:hover .cum .ce {
  color: #3057b5;
}

.procenter .provemlis .provem .prox {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: -10000px;
  z-index: 110;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all ease 0.6s;
}

.procenter .provemlis .provem .prox .pmv {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 12rem;
}

.procenter .provemlis .provem .prox .pmv .mox {
  width: 100%;
  height: 80vh;
}

.procenter .provemlis .provem .prox .pmv .closm {
  width: 34px;
  height: 34px;
  display: block;
  cursor: pointer;
  position: absolute;
  right: -2%;
  top: -4%;
}

.procenter .provemlis .provem .prox .pmv .closm img {
  width: 100%;
  display: block;
}

.procenter .provemlis .provem .prox.show {
  left: 0;
}

.procenter .psm {
  width: 100%;
}

.procenter .psm .prox {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: -10000px;
  z-index: 110;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all ease 0.6s;
}

.procenter .psm .prox .pmv {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 8rem;
}

.procenter .psm .prox .pmv .mox {
  width: 100%;
  height: 90vh;
}
.procenter .psm .prox .pmv .mox img{
  width: 100%;
  display: block;
}

.procenter .psm .prox .pmv .closm {
  width: 34px;
  height: 34px;
  display: block;
  cursor: pointer;
  position: absolute;
  right: -2%;
  top: -4%;
}

.procenter .psm .prox .pmv .closm img {
  width: 100%;
  display: block;
}

.procenter .psm .prox.show {
  left: 0;
}

.procenter .prems {
  width: 100%;
  padding: 0.6rem 0.4rem;
  background-color: #fff;
  margin-bottom: 0.3rem;
  position: relative;
}

.procenter .prems .pll {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 3;
}

.procenter .prems .pll .pi {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin: 0.1rem 0;
}

.procenter .prems .pll .pu {
  width: 100%;
  color: #0c2665;
  line-height: 1.5;
  margin: 0.1rem 0 0;
}

.procenter .prems .pll .pt {
  width: 100%;
  color: #999;
  line-height: 2;
  margin: 0rem 0 0.1rem;
}

.procenter .prems .pll .tn {
  width: 100%;
  font-size: 0;
}

.procenter .prems .pll .tn a {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  border-bottom: solid 1px #0c2665;
}

.procenter .prems .pll .tn a span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.3rem;
  color: #0c2665;
  line-height: 2;
}

.procenter .prems .prr {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 3;
}

.procenter .prems .prr .rs {
  width: 100%;
  line-height: 1.8;
  color: #333;
  margin-bottom: 0.1rem;
}

.procenter .prems .prr .pot {
  width: 100%;
  margin-bottom: 0.2rem;
}

.procenter .prems .prr .pot .ves {
  width: 100%;
  font-size: 0;
}

.procenter .prems .prr .pot .ves .sms {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  border: solid 1px #999;
  padding: 0 0.2rem;
  color: #333;
  line-height: 2.2;
  border-radius: 1.1em;
  margin-right: 0.2rem;
  cursor: pointer;
  margin-bottom: 0.1rem;
  transition: all ease 0.3s;
}

.procenter .prems .prr .pot .ves .sms i {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  position: relative;
  top: -0.02rem;
  margin-right: 0.1rem;
}

.procenter .prems .prr .pot .ves .sms.on {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border: solid 1px #3057b5;
}

.procenter .prems .prr .pob {
  width: 100%;
}

.procenter .prems .prr .pob .cevlis {
  width: 100%;
}

.procenter .prems .prr .pob .cevlis .cen {
  width: 100%;
  display: none;
  font-size: 0;
}

.procenter .prems .prr .pob .cevlis .cen .cmm {
  display: inline-block;
  vertical-align: top;
  width: auto;
  padding: 0 .2rem;
  border: solid 1px #eaeaea;
  color: #333;
  line-height: 2.2;
}

.procenter .prems .prr .pob .cevlis .cen .cmm i {
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 10px;
  margin-left: 0.1rem;
  position: relative;
  top: -0.02rem;
}

.procenter .prems .prr .pob .cevlis .cen .cmm i img {
  width: 100%;
  display: block;
}

.procenter .prems .prr .pob .cevlis .cen .cmm i img:first-child {
  display: block;
}

.procenter .prems .prr .pob .cevlis .cen .cmm i img:last-child {
  display: none;
}

.procenter .prems .prr .pob .cevlis .cen .cmm.on, .procenter .prems .prr .pob .cevlis .cen .cmm.on {
  background-color: #3057b5;
  border: solid 1px #3057b5;
  color: #fff;
}

.procenter .prems .prr .pob .cevlis .cen .cmm.on i img:first-child, .procenter .prems .prr .pob .cevlis .cen .cmm.on i img:first-child {
  display: none;
}

.procenter .prems .prr .pob .cevlis .cen .cmm.on i img:last-child, .procenter .prems .prr .pob .cevlis .cen .cmm.on i img:last-child {
  display: block;
}

.procenter .prems .prr .pob .cevlis .cen.on {
  display: block;
}

.procenter .prems .bglis {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}

.procenter .prems .bglis .bmg {
  width: 100%;
  height: 100%;
  display: none;
}

.procenter .prems .bglis .bmg.on {
  display: block;
}

.procenter .greslist {
  width: 100%;
}

.procenter .greslist .gresm {
  width: 100%;
  display: none;
  font-size: 0;
}

.procenter .greslist .gresm .prbem {
  display: inline-block;
  vertical-align: top;
  width: calc((300 / 1280) * 100%);
  margin-right: calc((26 / 1280) * 100%);
  background-color: #fff;
  margin-bottom: 0.3rem;
  transition: all ease 0.3s;
}

.procenter .greslist .gresm .prbem a {
  width: 100%;
  display: block;
}

.procenter .greslist .gresm .prbem .imgs {
  width: 100%;
  display: block;
  overflow: hidden;
}

.procenter .greslist .gresm .prbem .imgs .img {
  width: 100%;
  padding-top: 100%;
  position: relative;
  transition: all ease 0.3s;
}

.procenter .greslist .gresm .prbem .cum {
  width: 100%;
  padding: 0.3rem 0.3rem 0.3rem;
  text-align: center;
}

.procenter .greslist .gresm .prbem .cum .ce {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.06rem;
}

.procenter .greslist .gresm .prbem .cum .cv {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.procenter .greslist .gresm .prbem:nth-child(4n) {
  margin-right: 0;
}

.procenter .greslist .gresm .prbem:hover {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
}

.procenter .greslist .gresm .prbem:hover .imgs .img {
  transform: scale(1.1);
}

.procenter .greslist .gresm .prbem:hover .cum .ce {
  color: #3057b5;
}

.procenter .greslist .gresm.on {
  display: block;
}

@media (max-width: 1300px) {
  .procenter .provemlis .provem .prl {
    padding-top: 30%;
  }
}

@media (max-width: 768px) {
  .procenter .provemlis .provem .prl {
    width: 100%;
    padding-top: 0;
    margin-right: 0;
  }
  .procenter .provemlis .provem .prl .pon {
    position: relative;
    padding: 0.6rem 0.3rem;
  }
  .procenter .prems {
    width: 100%;
  }
  .procenter .prems .pll {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .procenter .prems .prr {
    width: 100%;
    text-align: center;
  }
}

.procen {
  width: 100%;
  padding-bottom: 0.5rem;
  background-color: #f6f6f6;
}

.procen .screen {
  width: 100%;
  background-color: #fff;
  margin-top: 0.5rem;
  padding: 0.2rem 0.4rem;
  margin-bottom: 0.3rem;
}

.procen .screen .serem {
  width: 100%;
  font-size: 0;
  padding: 0.05rem 0;
}

.procen .screen .serem .sem {
  display: inline-block;
  vertical-align: top;
  width: 110px;
  color: #333;
  line-height: 1.7;
  margin-bottom: 0.1rem;
}

.procen .screen .serem .sem span {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
  position: relative;
  top: -0.02rem;
}

.procen .screen .serem .sem span img {
  width: 100%;
  display: block;
}

.procen .screen .serem .ser {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 111px);
  padding-left: 0.3rem;
  font-size: 0;
}

.procen .screen .serem .ser .sms {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  border: solid 1px #999;
  padding: 0 0.2rem;
  color: #333;
  line-height: 2.2;
  border-radius: 1.1em;
  margin-right: 0.2rem;
  cursor: pointer;
  margin-bottom: 0.1rem;
  transition: all ease 0.3s;
}

.procen .screen .serem .ser .sms i {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  position: relative;
  top: -0.02rem;
  margin-right: 0.1rem;
}

.procen .screen .serem .ser .sms.on {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border: solid 1px #3057b5;
}

.procen .screen .serem .ser .smt {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: #333;
  line-height: 1.7;
  cursor: pointer;
  margin-right: 0.3rem;
  margin-bottom: 0.1rem;
}

.procen .screen .serem .ser .smt.on {
  color: #3057b5;
}

.procen .centlis {
  width: 100%;
  font-size: 0;
}

.procen .centlis .prbem {
  display: inline-block;
  vertical-align: top;
  width: calc((300 / 1280) * 100%);
  margin-right: calc((26 / 1280) * 100%);
  background-color: #fff;
  margin-bottom: 0.3rem;
  transition: all ease 0.3s;
}

.procen .centlis .prbem a {
  width: 100%;
  display: block;
}

.procen .centlis .prbem .imgs {
  width: 100%;
  display: block;
  overflow: hidden;
}

.procen .centlis .prbem .imgs .img {
  width: 100%;
  padding-top: 100%;
  position: relative;
  transition: all ease 0.3s;
}

.procen .centlis .prbem .cum {
  width: 100%;
  padding: 0.3rem 0.3rem 0.3rem;
  text-align: center;
}

.procen .centlis .prbem .cum .ce {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.06rem;
}

.procen .centlis .prbem .cum .cv {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.procen .centlis .prbem:nth-child(4n) {
  margin-right: 0;
}

.procen .centlis .prbem:hover {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
}

.procen .centlis .prbem:hover .imgs .img {
  transform: scale(1.1);
}

.procen .centlis .prbem:hover .cum .ce {
  color: #3057b5;
}

@media (max-width: 768px) {
  .procen .screen .serem .sem {
    width: 90px;
  }
  .procen .screen .serem .ser {
    width: calc(100% - 91px);
  }
}

.prodetail {
  width: 100%;
  padding-bottom: 0.5rem;
}

.prodetail .petail {
  width: 100%;
  margin-top: 0.4rem;
  font-size: 0;
}

.prodetail .petail .ptl {
  width: 48%;
  margin-right: 4%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.prodetail .petail .ptl .swiper-slide {
  width: 100%;
  padding: 0 10% 3%;
}

.prodetail .petail .ptl .swiper-slide .img {
  width: 100%;
  display: block;
  padding-top: 100%;
}

.prodetail .petail .ptl .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.1rem;
}

.prodetail .petail .ptl .swiper-pagination {
  bottom: 0rem;
}

.prodetail .petail .ptl .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  opacity: 1;
  background-color: #7f7f7f;
  margin: 0 0.1rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  border-radius: 50%;
  box-sizing: border-box;
}

.prodetail .petail .ptl .swiper-pagination-bullet-active {
  width: 0.3rem;
  height: 0.3rem;
  text-align: center;
  background-color: transparent;
  background-image: url("../images/p4.png");
  background-position: center;
  background-size: 100% 100%;
}

.prodetail .petail .ptl .btn {
  position: absolute;
  z-index: 3;
  width: 24px;
  height: 24px;
  cursor: pointer;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
  transition: all ease 0.3s;
}

.prodetail .petail .ptl .btn img {
  width: 100%;
  height: 100%;
  display: block;
}

.prodetail .petail .ptl .btn img:first-child {
  display: block;
}

.prodetail .petail .ptl .btn img:last-child {
  display: none;
}

.prodetail .petail .ptl .btn:hover img:first-child {
  display: none;
}

.prodetail .petail .ptl .btn:hover img:last-child {
  display: block;
}

.prodetail .petail .ptl .bl {
  left: 3%;
}

.prodetail .petail .ptl .br {
  right: 3%;
}

.prodetail .petail .ptr {
  width: 48%;
  display: inline-block;
  vertical-align: top;
}

.prodetail .petail .ptr .number {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.prodetail .petail .ptr .nx {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.26rem;
}

.prodetail .petail .ptr .dalis {
  width: 100%;
  margin-bottom: 0.4rem;
}

.prodetail .petail .ptr .dalis .dit {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.14rem;
}

.prodetail .petail .ptr .dalis .row {
  width: 100%;
  font-size: 0;
  display: flex;
  align-items: center;
  border: solid 1px #eaeaea;
  margin-bottom: 0.18rem;
}

.prodetail .petail .ptr .dalis .row .rtm {
  flex: 1;
  width: 33.3%;
  text-align: center;
  padding: 0.14rem 0.2rem;
}

.prodetail .petail .ptr .dalis .row .rtm .tm {
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
}

.prodetail .petail .ptr .dalis .row .rtm .bm {
  width: 100%;
  color: #999;
  line-height: 2;
  text-align: center;
}

.prodetail .petail .ptr .dalis .row .rtm + .rtm {
  border-left: solid 1px #eaeaea;
}

.prodetail .petail .ptr .bem {
  width: 100%;
  font-size: 0;
}

.prodetail .petail .ptr .bem a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  width: auto;
  padding: 0 0.3rem;
  line-height: 2.5;
  margin-right: 0.24rem;
  background-color: #333;
}

.prodetail .petail .ptr .bem a:hover {
  background-color: #ff6d50;
}

.recruits {
  width: 100%;
  padding-bottom: 0.4rem;
}

.recruits .recruit {
  width: 100%;
  padding-top: 0.3rem;
}

.recruits .recruit .rtop {
  width: 100%;
  margin-bottom: 0.5rem;
}

.recruits .recruit .rtop .cn {
  width: 100%;
  text-align: center;
  color: #0c2665;
  line-height: 1.5;
  margin-bottom: 0.3rem;
}

.recruits .recruit .rtop .em {
  width: 100%;
  color: #666;
  line-height: 1.5;
  text-align: center;
  padding: 0 0.3rem;
}

.recruits .recruit .seam {
  width: 100%;
  background-color: #ebeff6;
  padding: 0.3rem;
  font-size: 0;
  margin-bottom: 0.4rem;
}

.recruits .recruit .seam form {
  width: 100%;
}

.recruits .recruit .seam .select-con {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  width: 3rem;
  line-height: 3;
  height: 3em;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  border: solid 1px #eaeaea;
}

.recruits .recruit .seam .select-con .select-value {
  width: auto;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  line-height: 3;
  height: 3em;
  color: #333;
  padding: 0 0.3rem 0 0.25rem;
  font-size: calc(12px - 0.12rem + 0.16rem);
  text-align: left;
}

.recruits .recruit .seam .select-con select {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}

.recruits .recruit .seam .select-con select option {
  color: #333;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 3;
}

.recruits .recruit .seam .select-con:after {
  display: inline-block;
  content: "";
  background-image: url("../images/r1.png");
  background-position: center;
  background-size: 100%;
  width: 6px;
  height: 11px;
  position: absolute;
  right: 0.33rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  z-index: 1;
}

.recruits .recruit .seam .inm {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 3rem - 2rem - 0.4rem);
  margin: 0 0.19rem;
}

.recruits .recruit .seam .inm input {
  width: 100%;
  display: block;
  line-height: 3;
  height: 3em;
  padding: 0 0.18rem;
  color: #333;
  border: none;
  background-color: #fff;
}

.recruits .recruit .seam .sum {
  display: inline-block;
  vertical-align: middle;
  width: 2rem;
}

.recruits .recruit .seam .sum input {
  width: 100%;
  display: block;
  border: none;
  text-align: center;
  color: #fff;
  line-height: 3;
  height: 3em;
  cursor: pointer;
  background-color: #3057b5;
}

.recruits .recruit .reclist {
  width: 100%;
  font-size: 0;
}

.recruits .recruit .reclist .recem {
  display: inline-block;
  vertical-align: top;
  width: calc((400 / 1280) * 100%);
  margin-right: calc((39 / 1280) * 100%);
  border: solid 1px #e5e5e5;
  padding: 0.26rem;
  margin-bottom: 0.39rem;
}

.recruits .recruit .reclist .recem .name {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.recruits .recruit .reclist .recem .price {
  width: 100%;
  color: #dd1010;
  line-height: 1.5;
  margin: 0.1rem 0;
}

.recruits .recruit .reclist .recem .md {
  width: 100%;
  font-size: 0;
  padding-bottom: 0.1rem;
  border-bottom: solid 1px #e5e5e5;
}

.recruits .recruit .reclist .recem .md span {
  display: inline-block;
  vertical-align: top;
  color: #999;
  line-height: 1.5;
  margin-right: 0.1rem;
}

.recruits .recruit .reclist .recem .md span i {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 0.12rem;
  position: relative;
  top: -0.02rem;
  background-color: #999;
  margin-left: 0.1rem;
}

.recruits .recruit .reclist .recem .md span:last-child i {
  display: none;
}

.recruits .recruit .reclist .recem .tis {
  width: 100%;
  color: #666;
  line-height: 1.8;
  font-size: calc(12px - 0.12rem + 0.14rem);
  height: 10.8em;
  margin: 0.14rem 0 0.1rem;
}

.recruits .recruit .reclist .recem .tis p {
  color: #666;
  line-height: 1.8;
  font-size: calc(12px - 0.12rem + 0.14rem);
}

.recruits .recruit .reclist .recem .time {
  width: 100%;
  color: #3057b5;
  line-height: 1.5;
  margin: 0.1rem 0;
}

.recruits .recruit .reclist .recem .time span {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.12rem;
}

.recruits .recruit .reclist .recem .time span img {
  width: 100%;
  display: block;
}

.recruits .recruit .reclist .recem .btm {
  width: 100%;
  font-size: 0;
}

.recruits .recruit .reclist .recem .btm .mt {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
  margin-right: 4%;
  border: solid 1px #ccc;
  line-height: 3;
  text-align: center;
  color: #666;
  cursor: pointer;
}

.recruits .recruit .reclist .recem .btm .mt:nth-child(2n) {
  margin-right: 0;
}

.recruits .recruit .reclist .recem .btm .mt:hover {
  background-color: #3057b5;
  border: solid 1px #3057b5;
  color: #fff;
}

.recruits .recruit .reclist .recem:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .recruits .recruit .seam .select-con {
    width: 100%;
    margin-bottom: 0.1rem;
  }
  .recruits .recruit .seam .inm {
    width: calc(100% - 2rem - 0.2rem);
    margin-left: 0;
    margin-right: 0.2rem;
  }
}

.recomx {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: -10000px;
  z-index: 110;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all ease 0.6s;
}

.recomx .reo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 9.6rem;
}

.recomx .reo .reom {
  width: 100%;
  background-color: #fff;
  display: none;
}

.recomx .reo .reom .rop {
  width: 100%;
  color: #333;
  line-height: 2.5;
  background-color: #ebeff6;
  padding: 0rem 0.4rem;
}

.recomx .reo .reom .rom {
  width: 100%;
  padding: 0.2rem 0.4rem;
}

.recomx .reo .reom .rom .pr {
  width: 100%;
  color: #dd1010;
  line-height: 1.5;
  margin: 0.1rem 0;
}

.recomx .reo .reom .rom .md {
  width: 100%;
  font-size: 0;
  padding-bottom: 0.2rem;
  border-bottom: solid 1px #e5e5e5;
}

.recomx .reo .reom .rom .md span {
  display: inline-block;
  vertical-align: top;
  color: #666;
  line-height: 1.5;
  margin-right: 0.1rem;
}

.recomx .reo .reom .rom .md span i {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 0.12rem;
  position: relative;
  top: -0.02rem;
  background-color: #666;
  margin-left: 0.1rem;
}

.recomx .reo .reom .rom .md span:last-child i {
  display: none;
}

.recomx .reo .reom .rom .demc {
  width: 100%;
  margin-top: 0.2rem;
}

.recomx .reo .reom .rom .demc .dir {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.recomx .reo .reom .rom .demc .mvc {
  width: 100%;
  font-size: 0;
  margin: 0.1rem 0 0.2rem;
}

.recomx .reo .reom .rom .demc .mvc span {
  display: inline-block;
  vertical-align: top;
  color: #666;
  line-height: 1.5;
  margin-right: 0.1rem;
}

.recomx .reo .reom .rom .demc .mvc span i {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 0.12rem;
  position: relative;
  top: -0.02rem;
  background-color: #666;
  margin-left: 0.1rem;
}

.recomx .reo .reom .rom .demc .mvc span:last-child i {
  display: none;
}

.recomx .reo .reom .rom .demc .tis {
  width: 100%;
  color: #888;
  line-height: 1.8;
  font-size: calc(12px - 0.12rem + 0.16rem);
  height: 2.6rem;
  margin: 0.14rem 0 0.1rem;
}

.recomx .reo .reom .rom .demc .tis p {
  color: #888;
  line-height: 1.8;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.recomx .reo .reom .rob {
  width: 100%;
  background-color: #ebeff6;
  padding: 0.2rem 0.4rem;
}

.recomx .reo .reom .rob .time {
  width: 100%;
  color: #3057b5;
  line-height: 2;
  margin: 0rem 0 0.1rem;
}

.recomx .reo .reom .rob .time span {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.12rem;
}

.recomx .reo .reom .rob .time span img {
  width: 100%;
  display: block;
}

.recomx .reo .reom .rob .set {
  width: 100%;
  font-size: 0;
}

.recomx .reo .reom .rob .set a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.7rem;
  text-align: center;
  color: #fff;
  line-height: 3;
  text-align: center;
  background-color: #3057b5;
}

.recomx .reo .reom.on {
  display: block;
}

.recomx .reo .clocm {
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  cursor: pointer;
  position: absolute;
  right: 2%;
  top: 4%;
}

.recomx .reo .clocm img {
  width: 100%;
  display: block;
}

.recomx.show {
  left: 0;
}

.Delivery {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: -10000px;
  z-index: 110;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all ease 0.6s;
}

.Delivery .Deom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 700px;
  background-color: #fff;
}

.Delivery .Deom .dop {
  width: 100%;
  color: #333;
  line-height: 2.5;
  background-color: #ebeff6;
  padding: 0rem 0.4rem;
}

.Delivery .Deom .rom {
  width: 100%;
  padding: 0.2rem 0.3rem;
}

.Delivery .Deom .rom .row {
  width: 100%;
  font-size: 0;
  margin: 0.2rem 0;
}

.Delivery .Deom .rom .row .name {
  width: 80px;
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 1.5;
}

.Delivery .Deom .rom .row .inpux {
  width: calc(100% - 91px);
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  max-width: 5rem;
  font-size: 0;
  position: relative;
}

.Delivery .Deom .rom .row .inpux input[type=text] {
  display: block;
  width: 100%;
  border: solid 1px #eaeaea;
  background-color: #fff;
  padding: 0 0.2rem;
  line-height: 2.5;
  height: 2.5em;
  color: #333;
}

.Delivery .Deom .rom .row .inpux .label {
  width: auto;
  font-size: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
}

.Delivery .Deom .rom .row .inpux .label .ivn {
  display: inline-block;
  vertical-align: middle;
  width: 0.17rem;
  height: 0.17rem;
  background-image: url("../images/p5.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.Delivery .Deom .rom .row .inpux .label .text {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 2.5;
  margin-left: 0.1rem;
}

.Delivery .Deom .rom .row .inpux .label .int {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  opacity: 0;
  left: 0;
  top: 0;
}

.Delivery .Deom .rom .row .inpux .label.selected .ivn {
  background-image: url("../images/p6.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.Delivery .Deom .rom .row .inpux .btn {
  display: inline-block;
  vertical-align: middle;
  width: 2rem;
  text-align: center;
  color: #333;
  border: solid 1px #eaeaea;
  line-height: 2.5;
}

.Delivery .Deom .rom .row .inpux .url {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 2.2rem);
  margin-left: 0.19rem;
  color: #333;
  line-height: 2;
  padding-right: 0.2rem;
}

.Delivery .Deom .rom .row .inpux input[type=file] {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}

.Delivery .Deom .rom .row .inpux input[type=submit] {
  padding: 0 0.8rem;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background-color: #3057b5;
  line-height: 2.5;
  height: 2.5em;
  cursor: pointer;
  border: none;
}

.Delivery .Deom .clocm {
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  cursor: pointer;
  position: absolute;
  right: 2%;
  top: 4%;
}

.Delivery .Deom .clocm img {
  width: 100%;
  display: block;
}

.Delivery.show {
  left: 0;
}

.votem {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: -10000px;
  z-index: 110;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all ease 0.6s;
}

.votem .vmm {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 6rem;
  text-align: center;
}

.votem .vmm .img {
  display: inline-block;
  vertical-align: middle;
}

.votem .vmm .img img {
  width: 100%;
  display: block;
}

.votem.show {
  left: 0;
}

.pswp__bg {
  background: rgba(0, 0, 0, 0.6) !important;
}

.norices {
  width: 100%;
  padding: 0.5rem 0;
  background-color: #f8f8f8;
}

.norices .norilis {
  width: 100%;
  background-color: #fff;
  padding: 0.2rem 0.3rem;
}

.norices .norilis .norlis {
  width: 100%;
  margin-bottom: 0.3rem;
}

.norices .norilis .norim {
  width: 100%;
  padding: 0.2rem 0;
  border-bottom: solid 1px #eee;
}

.norices .norilis .norim a {
  width: 100%;
  display: block;
  font-size: 0;
  cursor: pointer;
}

.norices .norilis .norim .name {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 1.2rem);
  color: #333;
  line-height: 2;
  padding-left: 0.2rem;
  position: relative;
  padding-right: 0.2rem;
}

.norices .norilis .norim .name:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 50%;
  background-color: #2b3a85;
}

.norices .norilis .norim .time {
  display: inline-block;
  vertical-align: middle;
  width: 1.2rem;
  text-align: right;
  color: #333;
  line-height: 2;
}

.norices .norilis .norim:hover .name {
  color: #2b3a85;
}


.norices .norilis .norim .prox {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: -10000px;
  z-index: 110;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all ease 0.6s;
}

.norices .norilis .norim .prox .pmv {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 12rem;
}

.norices .norilis .norim .prox .pmv .mox {
  width: 100%;
  height: 80vh;
}

.norices .norilis .norim .prox .pmv .closm {
  width: 34px;
  height: 34px;
  display: block;
  cursor: pointer;
  position: absolute;
  right: -2%;
  top: -4%;
}

.norices .norilis .norim .prox .pmv .closm img {
  width: 100%;
  display: block;
}

.norices .norilis .norim .prox.show {
  left: 0;
}